livepatch/tests: Move the .name value to .rodata
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 8 Sep 2016 09:11:38 +0000 (05:11 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 21 Sep 2016 16:50:18 +0000 (12:50 -0400)
commitb67715f50ec6235903a6a030b530a0c65d80b351
tree8ee71da2252448d6d9222c714eb4e4e4e6728764
parent9560649c50b6fae23278faae748369403dacc654
livepatch/tests: Move the .name value to .rodata

Right now the contents of 'name' are all located in
the .data section. We want them in the .rodata section
so change the type to have const on them.

Reviewed-by: Ross Lagerwall <ross.lagerwall@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
xen/arch/x86/test/xen_bye_world.c
xen/arch/x86/test/xen_hello_world.c
xen/arch/x86/test/xen_replace_world.c